-
Notifications
You must be signed in to change notification settings - Fork 10.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: change 'Accounts_AvatarBlockUnauthenticatedAccess' default value from false to true #33035
Conversation
|
Looks like this PR is ready to merge! 🎉 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #33035 +/- ##
========================================
Coverage 59.39% 59.40%
========================================
Files 2541 2541
Lines 63178 63176 -2
Branches 14220 14220
========================================
Hits 37527 37527
+ Misses 22936 22934 -2
Partials 2715 2715
Flags with carried forward coverage won't be shown. Click here to find out more. |
9036724
to
cd7d8a4
Compare
…ue from false to true (#33035)
Proposed changes (including videos or screenshots)
As part of a security by default approach, we should deny unauthenticated access to avatars by default. This PR changes the default value from
false
totrue
.EDIT: in order to properly handle anonymous access, instead of returning
403
andForbidden
, this PR alters the logic to return an avatar with the user / room initials.Issue(s)
N/A
Steps to test or reproduce
N/A
Further comments
N/A